home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 10032 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: aadt.sdt.com!usenet
  2. From: Larry Baker <leb@sdt.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: (Q) winsock error in Borland C/C++ 4.5
  5. Date: Tue, 05 Mar 1996 15:32:46 -0800
  6. Organization: SABRE Decision Technologies
  7. Message-ID: <313CCF1E.420A@sdt.com>
  8. References: <313B4CF1.15BE@chardonnay.niagara.com>
  9. NNTP-Posting-Host: parmail
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0 (Win16; I)
  14.  
  15. Mal wrote:
  16. > Anyone get anything using winsock.h to compile
  17. > using Borland C/C++ 4.5 ?
  18. > IF so please send me info on how, or maybe even the source. When I try
  19. > it comes back with errors with winsock.h ???
  20.  
  21. I got a simple winsock program to compile using Turbo 4.5 with
  22. no trouble.  They include a copy of the winsock.h file with the
  23. compiler, but no libs; you have to do an implib on the winsock.dll
  24. to get the .LIB file to link against.  Other than that, no
  25. troubles.
  26.  
  27. I think you can download a more up-to-date winsock.h/.LIB file
  28. from the internet or from CompuServe.
  29.  
  30. If you could post some of the errors you're talking about, that
  31. might help a bit in figuring out what's going wrong.
  32.  
  33. LEB
  34. leb@sdt.com
  35.